home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Directorty Opus 5 - Magellan 2
/
Opus 5 - Magellan 2.iso
/
DOpus_SDK_5.5
/
include
/
dopus
/
locale.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-08-27
|
403b
|
22 lines
#ifndef _DOPUS_LOCALE
#define _DOPUS_LOCALE
/*****************************************************************************
Locale
*****************************************************************************/
// Locale marker
struct DOpusLocale
{
APTR li_LocaleBase;
APTR li_Catalog;
char *li_BuiltIn;
struct Locale *li_Locale;
};
STRPTR DOpusGetString(struct DOpusLocale *,LONG);
#endif